home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / compression tools / exe2cab / readme.txt < prev   
Encoding:
Text File  |  1997-01-22  |  3.7 KB  |  70 lines

  1. EXE To CAB Converter ver 2.0, by Yuri Niyazov. 1/20/97
  2.  
  3. Included is a Win95 console application designed to convert SFX CAB files
  4. (files that you can download from the MicroSoft web or ftp sites) to 
  5. standard CAB files that can be viewed with the EXTRACT utility included
  6. with Windows 95 or the Cab File Viewer Powertoy, included with the freeware
  7. package called MS PowerToys. The problem with the self-extracting/
  8. self-installing files like MS IE 3.0 is that once you start the file, it
  9. will do everything automatically, without giving the user a chance to, for 
  10. example, scan the contents for viruses or just look and see what kind of 
  11. files are included inside. This utility will strip the starting code that 
  12. extracts the files, leaving you with normal cab file (or at least it should
  13. do that). 
  14.  
  15. Requirements:
  16. Windows 95. A computer would be nice too.
  17.  
  18. It might run under the WIN3.1+Win32s configuration, but I have not tested it
  19. on that platform so I do not know. Same applies to Windows NT.
  20.  
  21. Usage of the utility:
  22. EXE2CAB exefile [cabfile]
  23. exefile: the name and path of the SFX EXE file such as IE301M95.EXE
  24. [cabfile]: the name and path of the resulting cab file. This parameter is not required. If it is omitted, EXE2CAB creates a file that has the same filename as the exefile only with a .cab extension. If it is included, then EXE2CAB tries to open the cabfile parameter. If it can not do so, if the file already exists or for some other reason, it will try to create the file 
  25. with the .CAB extension
  26.  
  27. Ver 1.0 program used a pretty brain-dead algorithm to figure out whether a
  28. file can be converted to .CAB file, so there were many executable files 
  29. that it couldn't convert, and it will claim that it did. 
  30. This version of the utility will work with 99.8% accuracy. (Nobody except God is perfect).
  31.  
  32. This version uses two different methods to figure out whether the file can be converted or not. While it is working it shows its status on the screen
  33.  
  34. This program is freeware. You can distribute it to anyone, in fact I 
  35. encourage you to do so, as long as it is given for free and unmodified. 
  36. However, I do ask you to register it because I would like to know how 
  37. far it spreads. Registration is simple: 
  38.  
  39. Send Internet an e-mail to either one of the following addresses
  40. If one of them does not work, please try the other one.
  41.  
  42. yuri.niyazov@von.metrocon.com
  43. yuri.niyazov@278-320.usbbs.com
  44.  
  45. I can also be found on FidoNet Windows conference and Windows 95 conference,
  46. as well as by Private Netmail at 1:278/320.
  47.  
  48. In your message include your name and how you can be reached (Internet e-mail or Fido-mail, or address.) Address is not mandatory, however, please be sure to include country and city. 
  49.  
  50. If you register (and you should) you will be notified by e-mail of updates
  51. to this and other programs written by me. I will most likely send 
  52. notifications by snail-mail, but an e-mail address is preferred.
  53.  
  54. Source code for this program written in C++ is available to developers for 
  55. the price of $10 (you can bargain). To obtain it, just send me a message 
  56. to the above addresses and we will work it out.
  57.  
  58. Because of the complicated world that we live in, the following DISCLAMER
  59. became a necessary part of everything that we have access to. In normal 
  60. English it means: Use EXE2CAB at you own risk. So here it is:
  61.  
  62. DISCLAIMER:
  63. Users of EXE2CAB must accept this disclaimer of warranty:
  64.  
  65. "EXE2CAB is supplied as is. The author disclaims all warranties,
  66. expressed or implied, including, without limitation, the warranties of
  67. merchantability and of fitness for any purpose. The author assumes no
  68. liability for damages, direct or consequential, which may result from
  69. the use of EXE2CAB."
  70.